            * {
                margin: 0px;
                padding: 0px;
                box-sizing: border-box;
            }
            
            button,
            select,
            input {
                outline: none;
            }
            
            .bg-box {
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
            .content-box {
                width: 1200px;
                height: auto;
                padding: 20px 0px;
            }
            
            .nav-header {
                width: 1200px;
                height: 50px;
                background: #F9FAFC;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding: 0px 20px;
            }
            
            .recruitment-details {
                width: 1200px;
                height: 73px;
                background: #E8ECF3;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding: 0px 20px;
            }
            
            .recruitment-job-box span {
                font-size: 24px;
                font-family: Source Han Sans CN;
                font-weight: bold;
                color: #1C4587;
            }
            
            .job-name-box span {
                font-size: 24px;
                font-family: Source Han Sans CN;
                font-weight: 500;
                color: #000000;
            }
            
            .recruitment-content-box {
                width: 1200px;
                height: auto;
            }
            
            .job-requirements {
                width: 100%;
                padding: 10px 0px;
            }
            
            .job-requirements-Text {
                width: 100%;
                padding: 20px 20px;
                display: flex;
                justify-content: center;
                align-items: center;
                background: linear-gradient(0deg, #E8ECF3, #FFFFFF);
            }
            
            .job-Text-Box {
                height: 80%;
                width: 100%;
                display: flex;
                flex-direction: column;
            }
            
            .job-type {
                white-space: nowrap;
                font-size: 16px;
                font-family: Source Han Sans CN;
                font-weight: 400;
                color: #333333;
            }
            
            .job-type-content {
                font-size: 16px;
                font-family: Source Han Sans CN;
                font-weight: 400;
                color: #666666;
            }
            
            .job-bg-box {
                width: auto;
                display: flex;
                align-items: center;
                padding: 15px 0px;
            }
            
            .job-left-box,
            .job-right-box {
                width: 50%;
                display: flex;
            }
            
            .job-flex-float {
                width: 100%;
                display: flex;
                justify-content: space-between;
                padding: 15px 0px;
            }
            
            .responsibility-box {
                height: auto;
                width: 100%;
                background-color: #FFFFFF;
                padding: 10px 0px;
            }
            
            .responsibility-title {
                height: auto;
                width: auto;
                padding: 10px 0px 10px 20px;
            }
            
            .responsibility-title span {
                font-size: 20px;
                font-family: Source Han Sans CN;
                font-weight: 500;
                color: #1C4587;
            }
            
            .responsibility-content-box {
                height: auto;
                padding: 10px 20px 10px 20px;
            }
            
            .responsibility-content-box span {
                font-size: 14px;
                font-family: Source Han Sans CN;
                font-weight: 400;
                color: #333333;
            }
            
            @media (max-width: 768px) {
                .m-content-box {
                    width: auto;
                }
                .job-name-box span {
                    font-size: 16px;
                }
                .recruitment-content-box {
                    width: 100%;
                }
                .recruitment-job-box span {
                    font-size: 16px;
                }
                .recruitment-details {
                    width: 100%;
                    height: auto;
                    padding: 10px 10px;
                }
                .nav-header {
                    padding: 10px 10px;
                    height: auto;
                    width: 100%;
                    line-height: 24px;
                    display: flex;
                    flex-wrap: wrap;
                }
                .nav-header span {
                    width: auto;
                    font-size: 10px;
                }
                .job-requirements {
                    padding: 0px 0px;
                }
                .m-job-flex-float {
                    height: auto;
                }
                .job-left-box,
                .job-right-box {
                    height: auto;
                    width: 100%;
                    align-items: flex-start;
                    padding: 5px 0px;
                }
                .job-type-content {
                    font-size: 14px;
                    line-height: 22px;
                }
                .job-type {
                    white-space: nowrap;
                    font-size: 14px;
                    line-height: 22px;
                }
                .job-requirements-Text {
                    padding: 0px 0px 0px 0px;
                }
                .responsibility-content-box {
                    padding: 0px 0px;
                }
                .responsibility-title span {
                    font-size: 18px;
                }
                /* .responsibility-content-box span {
                    line-height: 22px;
                } */
                .job-bg-box {
                    height: auto;
                }
                .responsibility-title {
                    padding: 8px 0px;
                }
                .responsibility-content-box {
                    padding: 0px 0px;
                }
                .job-Text-Box {
                    padding: 10px 10px;
                }
            }